VLCAudioMute

 

Turn on/off the VLC Media Player object's audio mute function.

 

void @VLCAudioMute(string classname, int mute);

 

Parameters

string classname : Class name of the VLC Media Player object

int mute : Audio mute ON/OFF ( 1: ON , 0: OFF)

 

Return Value

None

 

Example

@VLCAudioMute("VLCPlayer1", 1);      //Mute ON

 

Description : Mute objects with the VLCPlayer1 class name.

 

Version Information

Supported Version:: 10.3.6.17

 

Relate items)

@VLCAudioVolume()

@VLCAutoLoop()

@VLCPlaylistAdd()

@VLCPlaylistClear()

@VLCPlaylistPlay()

@VLCPlaylistStop()